@charset "utf-8";

/* CSS Document */
html,
body {
  min-width: 1200px;
  position: relative;
}

* {
  line-height: inherit;
}

.zw {
  background: #80ddca;
  width: 100%;
  height: 26.042vw;
}

.header_bg {
  width: 100%;
  height: 17.969vw;
  background-image: linear-gradient(180deg, #a5cfff 1%, #d5e9ff 100%),
    linear-gradient(#50a1da, #50a1da);
  background-blend-mode: normal, normal;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
}

.head-top {
  font-family: SourceHanSansCN-Regular;
  font-size: 0.833vw;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0vw;
  color: #2c486e;

  padding-top: 0.208vw;
}

.head-top div {
  display: flex;
  align-items: center;
  justify-content: right;
}

.head-top img {
  width: 1.563vw;
  height: 1.563vw;
  margin-left: 3.646vw;
  margin-right: 0.521vw;
}

.head-center {
  position: relative;
  width: 62.5vw;
  text-align: center;
  padding-top: 1.823vw;
}

.head-center span {
  font-family: SourceHanSansCN-Bold;
  font-size: 2.865vw;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0vw;
  color: #2c486e;
}

.head-center .logo {
  /* transform: translateX(-50%); */
  width: 3.385vw;
  height: 3.385vw;
  vertical-align: bottom;
  margin-right: 1.198vw;
}

.search-box {
  /* transform: translateX(-50%); */
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1.458vw;
}

.search-box input {
  background: #fff;
  /* float: left; */
  width: 22.708vw;
  height: 2.5vw;
  border: 0;
  padding: 0 1.146vw;

  font-family: SourceHanSansCN-Regular;
  font-size: 0.833vw;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0vw;
  color: #333;

  border-radius: 0.313vw 0vw 0vw 0.313vw;
}

.search-box input::placeholder {
  color: #999999;
}

.search-box button {
  background-color: #1764ce;
  color: #fff;
  font-size: 0.938vw;
  border: 0;
  /* padding: 1.042vw 0; */
  /* float: right; */
  width: 6.25vw;
  height: 2.5vw;
  border-radius: 0vw 0.313vw 0.313vw 0vw;
}

.search-box img {
  width: 1.563vw;
  height: 1.563vw;
}

.body_bg {
  background: url(../imgs/1/bg.png) no-repeat center top;
  background-size: 100% auto;
  margin-top: 1.563vw;
}

.head_navbg {
  height: 4.063vw;
  /* background: #3a85d6; */
  display: flex;
  align-items: center;
  box-sizing: content-box;
}

.head_nav {
  display: flex;
}

.head_nav li {
  flex: auto;
  line-height: 2.031vw;
  font-size: 0.833vw;
  text-align: center;
  font-weight: 400;
  transition: 0.5s;
  letter-spacing: 0.052vw;
  position: relative;
  margin: 0 0.026vw;
}

.head_nav li:first-child::before {
  /* transform: translateY(-50%); */
}

.head_nav li::before {
  /* transform: translateY(-50%); */
}

.head_nav li a {
  width: 100%;
  /* height: 100%; */
  display: block;
  color: #fff;

  font-family: SourceHanSansCN-Regular;
  font-size: 1.042vw;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0vw;
  color: #ffffff;
}

.head_nav li.active a {
  font-family: SourceHanSansCN-Bold;
  font-weight: bold;
}

.head_nav li.dropdown {
  display: inherit;
  position: relative;
}

.head_nav li.dropdown .dropdown_menu {
  display: none;
  position: absolute;
  bottom: 0;
  background: #fff;
  box-shadow: 0 0.781vw 1.406vw 0 rgba(167, 165, 165, 0.38);
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  border-radius: 0.313vw;
  padding: 0 0.573vw;
  width: max-content;
}

.head_nav li.dropdown:hover .dropdown_menu {
  display: block;
  background: #fff;
  color: #333;
  transition: 0.5s;
  z-index: 1000;
}

.head_nav li.dropdown .dropdown_menu a {
  width: auto;
  height: 2.188vw;
  line-height: 2.188vw;
  border-top: 0.052vw solid #d8e1ea;

  font-family: MicrosoftYaHei;
  font-size: 0.833vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.875vw;
  letter-spacing: 0vw;
  color: #333333;
}

.head_nav li.dropdown .dropdown_menu a:first-child {
  border-top: none;
}

.head_nav li.dropdown .dropdown_menu a.active {
  font-weight: bold;
  color: #1171db;
}

.head_nav li.dropdown i {
  width: 0.938vw;
  height: 0.938vw;
  display: block;
  position: absolute;
  right: 1.25vw;
  top: 50%;
  transform: translateY(-50%);
  background: url(../imgs/1/sels.png) no-repeat right center;
  background-size: 100% 100%;
  transition: 0.5s;
}

.head_nav li.dropdown:hover i {
  transform: translateY(-50%) rotate(180deg);
}

.head_nav li.active,
.head_nav li:hover {
  /* background: #275285; */
  /* font-weight: bold; */
}

.head_nav li.active::after {
  display: block;
  content: "";
  border: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  background: #fff;
  border-radius: 5.208vw;

  width: 1.563vw;
  height: 0.313vw;
  background-color: #b3d6ff;
  border-radius: 0.156vw;
}

.index_slidebox {
  margin-bottom: 0.781vw;
}

.slide {
  margin-top: 2.188vw;
}

.slidel {
  width: 31.875vw;
  height: 18.229vw;
}

.slidel .focusBox {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: left;
}

.slidel .focusBox .pic li {
  width: 100%;
  height: 100%;
}

.slidel .focusBox .pic a {
  height: 100%;
}

.slidel .focusBox .pic img {
  width: 100%;
  height: 100%;
  display: block;
}

.slidel .focusBox .txt-bg,
.slidel .focusBox .txt,
.slidel .focusBox .txt li {
  height: 1.667vw;
  line-height: 1.667vw;
}

.slidel .focusBox .txt-bg {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.slidel .focusBox .txt {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  overflow: hidden;
}

.slidel .focusBox .txt li {
  position: absolute;
  bottom: -1.615vw;
  font-size: 0.833vw;
  width: 75%;
}

.slidel .focusBox .txt li a {
  display: block;
  padding: 0 0 0 0.781vw;
  text-decoration: none;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  font-family: SourceHanSansCN-Regular;
  font-size: 0.625vw;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0vw;
  color: #ffffff;
}

.slidel .focusBox .num {
  position: absolute;
  z-index: 3;
  bottom: 0.677vw;
  right: 1.198vw;
}

.slidel .focusBox .num li {
  float: left;
  position: relative;
  width: 0.365vw;
  height: 0.365vw;
  line-height: 0.365vw;
  overflow: hidden;
  text-align: center;
  margin-left: 0.469vw;
  cursor: pointer;
  z-index: 1;
  background: #fff;
  border-radius: 50%;
}

.slidel .focusBox .num li.on,
.focusBox .num li:hover {
  background-color: #b3d6ff;
}

.slider {
  width: 28.646vw;
  height: 18.229vw;
  /* background: #ffffff; */
  /* box-shadow: #f3f3f3 0vw 0vw 0.781vw; */
  padding: 0 0.781vw;
}

.two-tab .layui-tab {
  margin: 0;
}

.two-tab .layui-tab-bar {
  display: none;
}

.two-tab .layui-tab-title li {
  padding: 0;
  /* width: 20%; */
  min-width: auto;
  margin-right: 1.875vw;

  font-family: SourceHanSansCN-Regular;
  font-size: 0.938vw;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0vw;
  color: #222222;

  line-height: 1;
  position: relative;
}

.two-tab .layui-tab-title .layui-this {
  color: #fff;
  /* background: #275287; */
  position: relative;
  font-family: SourceHanSansCN-Bold;
  font-weight: bold;
  text-shadow: 1px 2px 1px rgba(0, 56, 120, 0.8);
}

.two-tab .layui-tab-title .layui-this:after {
  width: 1.563vw;
  height: 0.26vw;
  border: 0;
  position: absolute;
  top: 1.406vw;
  left: 50%;
  transform: translateX(-50%);
  background: #0051aa;
  border-radius: 5.208vw;
}

.two-tab .layui-tab-title {
  position: relative;
  left: 0;
  height: auto;
  /* border-bottom: 0.208vw solid #275287; */
  border: none;
  padding-bottom: 0.729vw;
}

.two-tab .layui-tab-content {
  padding: 0;
}

.more {
  position: absolute;
  right: 0;
  top: -1.719vw;

  font-family: MicrosoftYaHei;
  font-size: 0.833vw;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0vw;
  color: #0017a5;
}

/* 内容 */
.left-box {
  float: left;
  width: 24%;
}

.right-box {
  float: right;
  width: 75.7%;
}

.zk-box {
  width: 28.646vw;
}

.panel-group>.panel:first-child .panel-heading {
  border-radius: 0.208vw 0.208vw 0 0;
}

.panel-group .panel {
  border-radius: 0;
  box-shadow: #f3f3f3 0vw 0vw 0.781vw;
  margin-bottom: 0.469vw !important;
}

.panel-group .panel+.panel {
  margin-top: 0;
}

.panel {
  border: 0 !important;
}

.panel:last-child {
  border-bottom: none;
}

.panel-group>.panel:first-child .panel-heading {
  border-radius: 0.208vw 0.208vw 0 0;
}

.panel-group .panel+.panel {
  margin-top: 0;
}

.panel-heading {
  background-color: #275287;
  border-radius: 0 !important;
  border: none;
  color: #fff;
  padding: 0.625vw 0.521vw !important;
}

.panel-title a {
  display: block;
  color: #fff;
  position: relative;
  font-size: 0.833vw;
  font-weight: 400;
}

.zk-img {
  float: left;
  margin: -0.26vw 0.26vw 0 0;
}

.zk-txt {
  font-weight: bold;
  font-size: 0.833vw;
}

/* #bs-collapse icon scale option */
.panel-heading {}

.panel-heading a:before {
  content: "展开∨";
  position: absolute;
  font-family: "Material Icons";
  right: 0vw;
  top: 0.052vw;
  font-size: 0.833vw;
  transition: all 0.5s;
  transform: scale(1);
}

.panel-heading.active a:before {
  content: " ";
  transition: all 0.5s;
  transform: scale(0);
}

#bs-collapse .panel-heading a:after {
  content: " ";
  position: absolute;
  font-family: "Material Icons";
  right: 0vw;
  top: 0.052vw;
  font-size: 0.833vw;
  transform: scale(0);
  transition: all 0.5s;
}

#bs-collapse .panel-heading.active a:after {
  content: "收起∧";
  transform: scale(1);
  transition: all 0.5s;
}

.panel-body {
  background: #fff;
  padding: 0 !important;
}

.panel:last-child .panel-body {
  border-radius: 0;
}

.zc-list {
  font-size: 0.729vw;
  margin: 0;
}

.zc-list li {
  font-size: 0.833vw;
  padding: 0 0.26vw 0 1.302vw;
  height: 1.875vw;
  line-height: 1.875vw;
  border-bottom: 0.052vw solid #f2f2f2;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}

.zc-list li:last-child {
  border-bottom: 0;
}

.zc-list li::before {
  content: "";
  position: absolute;
  left: 0.521vw;
  top: 50%;
  transform: translateY(-50%);
  background: #3c85d7;
  width: 0.417vw;
  height: 0.417vw;
  border-radius: 50%;
}

.zc-list li a {
  color: #333;
}

.zc-list li a:hover {
  color: #1a87f3 !important;
}

.right-box-title {
  font-size: 0.729vw;
  padding: 0.521vw 0 1.146vw 0;
}

.right-box-title img {
  width: 0.833vw;
  height: 0.833vw;
  float: left;
  margin: 0.104vw 0.26vw 0 0;
}

.right-box-title li {
  float: left;
}

.right-box-title li span {
  margin: 0 0.26vw;
}

.right-box-title li a {
  color: #333;
}

/* .right-box-title li a:hover {
    color: #1a87f3 !important;
} */

.right-box-title li a.active {
  color: #1a87f3 !important;
}

.zxpc-list {
  font-size: 0.729vw;
  margin: 0;
  background: #fff;
  box-shadow: #f3f3f3 0vw 0vw 0.781vw;
  padding: 0vw 1.042vw;
  height: 32.708vw;
}

.zxpc-list li {
  font-size: 0.833vw;
  height: 2.708vw;
  line-height: 2.708vw;
  border-bottom: 0.052vw solid #f2f2f2;
}

.zxpc-list li:last-child {
  border-bottom: 0;
}

.zxpc-list li img {
  width: 1.146vw;
  height: 1.146vw;
  float: left;
  margin: 0.781vw 0.26vw 0 0;
}

.zxpc-list li div {
  width: 37.5vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}

.zxpc-list li span {
  float: right;
  color: #999;
  font-size: 0.729vw;
}

.zxpc-list li a {
  color: #333;
}

.zxpc-list li a:hover {
  color: #1a87f3 !important;
}

.zxpc-details {
  font-size: 0.729vw;
  margin: 0;
  background: #fff;
  box-shadow: #f3f3f3 0vw 0vw 0.781vw;
  padding: 0vw 1.042vw;
  height: 32.708vw;
  text-align: center;
}

.zxpc-details-title {
  font-weight: bold;
  font-size: 1.042vw;
  padding: 1.563vw 0 0.26vw 0;
}

.zxpc-details-span {
  margin-bottom: 1.042vw;
}

.zxpc-details-span span {
  color: #999;
  font-size: 0.729vw;
  margin: 0 0.521vw;
}

.zxpc-details-img img {
  width: 17.188vw;
  height: 11.979vw;
  margin: 0 auto;
}

.zxpc-details-txt p {
  font-size: 0.729vw;
  margin-top: 1.302vw;
  text-align: left;
  /* text-indent: 2em; */
}

.performance_appraisal {
  margin: 0.26vw 0.781vw;
}

.performance_appraisal .layui-table th {
  padding: 0.313vw 0.781vw;
  font-weight: bold;
  text-align: center;
  background: #e8f6ff;
  color: #167ddf;
}

.performance_appraisal .layui-table td {
  position: relative;
  padding: 0.26vw 0.781vw;
  min-height: 1.042vw;
  line-height: 1.042vw;
  font-size: 0.729vw;
}

.performance_appraisal .pm1 {
  background: url(../imgs/pm1.png) no-repeat center;
  background-size: 1.25vw 1.25vw;
}

.performance_appraisal .pm2 {
  background: url(../imgs/pm2.png) no-repeat center;
  background-size: 1.25vw 1.25vw;
}

.performance_appraisal .pm3 {
  background: url(../imgs/pm3.png) no-repeat center;
  background-size: 1.25vw 1.25vw;
}

.download-list {
  font-size: 0.729vw;
  margin: 0;
  background: #fff;
  box-shadow: #f3f3f3 0vw 0vw 0.781vw;
  padding: 0vw 1.042vw;
  height: 32.708vw;
}

.download-list li {
  font-size: 0.833vw;
  border-bottom: 0.052vw solid #f2f2f2;
  height: 2.917vw;
  margin-top: 0.313vw;
}

.download-list li:last-child {
  border-bottom: 0;
}

.download-list .download-l {
  float: left;
  margin: 0.495vw 0.781vw 0 0;
}

.download-list .download-list-title {
  float: left;
}

.download-list .download-list-title span {
  color: #999;
  font-size: 0.625vw;
}

.download-list .download-list-title div {
  width: 36.458vw;
  font-size: 0.729vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.26vw;
}

.download-list .download {
  float: right;
  text-align: center;
  font-size: 0.625vw;
  color: #3b92ee;
}

.download-list .download img {
  margin: 0.052vw auto;
}

.download-list li a {
  color: #333;
}

.download-list li a:hover {
  color: #1a87f3 !important;
}

.polic-top {
  background: url(../imgs/12.png);
  width: 100%;
  height: 3.75vw;
}

.polic-list {
  background: #fff;
  padding: 0.26vw 1.302vw 1.042vw 1.563vw;
}

.polic-list-title {
  background: #275287;
  color: #fff;
  font-weight: bold;
  font-size: 0.833vw;
  height: 2.083vw;
  line-height: 2.083vw;
}

.polic-list-title img {
  float: left;
  margin: 0.365vw 0.26vw 0 0.781vw;
}

.polic-list-box {
  background: #f5f5f5;
  margin-top: 1.042vw;
}

.polic-list-box-l {
  float: left;
  margin: 0.521vw 0.781vw;
}

.polic-list-box-l img {
  width: 7.552vw;
  height: 9.115vw;
  border: 0.052vw solid #eee;
}

.polic-list-box-r {
  font-size: 0.729vw;
  float: left;
  width: 84%;
}

.polic-list-box-r div {
  font-weight: bold;
  font-size: 0.833vw;
  color: #265288;
  border-bottom: 0.156vw solid #265288;
  padding: 0.781vw 0 0.26vw 0;
}

.polic-list-box-r li {
  margin-top: 0.521vw;
  height: 1.25vw;
  line-height: 1.25vw;
}

.polic-list-box-r li img {
  float: left;
  margin-right: 0.26vw;
}

.polic-list-box-r li span {
  font-weight: bold;
}

.tt-bg {
  background: url(../imgs/tt-bg.png);
  width: 100%;
  height: 6.771vw;
  margin-bottom: 0.781vw;
  position: relative;
}

.tt-bg::before {
  content: "";
  position: absolute;
  top: -0.469vw;
  left: -0.313vw;
  background: url(../imgs/tt.png);
  width: 5.26vw;
  height: 5.417vw;
}

.tt-title {
  font-size: 1.302vw;
  font-weight: bold;
  color: #ff9939;
  text-shadow: 0vw 0.156vw 0.156vw #fff;
  text-align: center;
  padding: 0.781vw 0 0.26vw 0;
}

.tt-txt {
  width: 90%;
  margin: 0 auto;
  font-size: 0.833vw;
  line-height: 1.563vw;
  word-break: break-all;
  overflow: hidden;
  position: relative;
}

.tt-txt a {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #e25e67;
  font-weight: bold;
}

.newest_list {
  height: 2.083vw;
  line-height: 2.083vw;
  font-size: 0.833vw;
  color: #1a87f3;
  border-bottom: 0.052vw dashed #cfddf6;
  margin-bottom: 0.26vw;
}

.newest_list_zx {
  float: left;
  background: url(../imgs/zx.png) no-repeat center;
  width: 2.083vw;
  text-align: center;
  font-size: 0.625vw;
  color: #fff;
  margin-right: 0.26vw;
}

.newest_list_time {
  float: right;
  font-size: 0.729vw;
}

.newest_list a {
  width: 75%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
  color: #1a87f3;
  text-decoration: none;
}

.newest_list a:hover {
  color: #1a87f3;
}

.index_list {
  color: #333;
}

.index_list li {
  padding-top: 0.521vw;
  font-size: 0.833vw;
}

.two-tabs .index_list li {
  padding-top: 0.781vw;
  padding-bottom: 0.26vw;
}

.index_list li:before {
  content: "";
  width: 0.365vw;
  height: 0.365vw;
  float: left;
  border-radius: 50%;
  background-color: #003a79;
  margin-right: 0.677vw;
  margin-top: 0.365vw;
}

.index_list_zs {
  list-style: none;
}

.index_list li a {
  /* width: 80%; */
  width: 93%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  text-decoration: none;

  font-family: SourceHanSansCN-Regular;
  font-size: 0.833vw;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0vw;
  color: #222222;
}

.index_list li a:hover {
  color: #1a87f3;
}

.index_list li span {
  float: right;
  padding: 0.156vw 0;

  font-family: SourceHanSansCN-Regular;
  font-size: 0.625vw;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0vw;
  color: #666666;
}

.bottom-title {
  font-weight: bold;
  font-size: 0.938vw;
  color: #325b8d;
  border-bottom: 0.208vw solid #325b8d;
  padding: 0.781vw 0 0.26vw 0;
  position: relative;
}

.bottom-title a {
  font-weight: normal;
  color: #275287;
  position: absolute;
  right: 0.521vw;
  top: 0vw;
  font-size: 0.729vw;
}

.flex-bmfw-l {
  float: left;
  margin: 0.521vw 0;
}

.flex-bmfw-l li {
  background: #ffffff;
  box-shadow: #f3f3f3 0vw 0vw 0.781vw;
  width: 10.417vw;
  height: 12.5vw;
  text-align: center;
  font-weight: bold;
  font-size: 0.833vw;
  margin: 0.26vw 0;
  position: relative;
}

.flex-bmfw-l li span {
  color: #4e90d9;
  width: 100%;
  position: absolute;
  bottom: 3.646vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

.flex-bmfw-l li:hover {
  background: #3a85d6;
}

.flex-bmfw-l li:hover span {
  color: #fff !important;
}

.flex-bmfw-l li a {
  width: 100%;
  height: 100%;
  display: block;
}

.flex-bmfw-l li:nth-child(1) a {
  background: url(../imgs/jw1.png) no-repeat center;
  background-position-y: 3.229vw;
}

.flex-bmfw-l li:hover:nth-child(1) a {
  background: url(../imgs/jw1s.png) no-repeat center;
  background-position-y: 3.229vw;
}

.flex-bmfw {
  float: left;
  display: flex;
  flex-wrap: wrap;
  margin: 0.521vw 0;
  width: 52.083vw;
}

.flex-bmfw li {
  background: #ffffff;
  color: #355e8d;
  box-shadow: #f3f3f3 0vw 0vw 0.781vw;
  width: 12.5vw;
  height: 5.99vw;
  margin: 0.26vw 0 0.26vw 0.521vw;
  text-align: center;
  font-weight: bold;
  font-size: 0.833vw;
  float: left;
  position: relative;
}

.flex-bmfw li span {
  color: #275288;
  width: 100%;
  position: absolute;
  bottom: 1.042vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

.flex-bmfw li:hover {
  background: #3a85d6;
}

.flex-bmfw li:hover span {
  color: #fff !important;
}

.flex-bmfw li a {
  width: 100%;
  height: 100%;
  display: block;
}

.flex-bmfw li:nth-child(1) a {
  background: url(../imgs/jw2.png) no-repeat center;
  background-position-y: 0.781vw;
}

.flex-bmfw li:hover:nth-child(1) a {
  background: url(../imgs/jw2s.png) no-repeat center;
  background-position-y: 0.781vw;
}

.flex-bmfw li:nth-child(2) a {
  background: url(../imgs/jw3.png) no-repeat center;
  background-position-y: 0.781vw;
}

.flex-bmfw li:hover:nth-child(2) a {
  background: url(../imgs/jw3s.png) no-repeat center;
  background-position-y: 0.781vw;
}

.flex-bmfw li:nth-child(3) a {
  background: url(../imgs/jw3.png) no-repeat center;
  background-position-y: 0.781vw;
}

.flex-bmfw li:hover:nth-child(3) a {
  background: url(../imgs/jw4s.png) no-repeat center;
  background-position-y: 0.781vw;
}

.flex-bmfw li:nth-child(4) a {
  background: url(../imgs/jw5.png) no-repeat center;
  background-position-y: 0.781vw;
}

.flex-bmfw li:hover:nth-child(4) a {
  background: url(../imgs/jw5s.png) no-repeat center;
  background-position-y: 0.781vw;
}

.flex-bmfw li:nth-child(5) a {
  background: url(../imgs/jw6.png) no-repeat center;
  background-position-y: 0.781vw;
}

.flex-bmfw li:hover:nth-child(5) a {
  background: url(../imgs/jw6s.png) no-repeat center;
  background-position-y: 0.781vw;
}

.flex-bmfw li:nth-child(6) a {
  background: url(../imgs/jw7.png) no-repeat center;
  background-position-y: 0.781vw;
}

.flex-bmfw li:hover:nth-child(6) a {
  background: url(../imgs/jw7s.png) no-repeat center;
  background-position-y: 0.781vw;
}

.flex-bmfw li:nth-child(7) a {
  background: url(../imgs/jw8.png) no-repeat center;
  background-position-y: 0.781vw;
}

.flex-bmfw li:hover:nth-child(7) a {
  background: url(../imgs/jw8s.png) no-repeat center;
  background-position-y: 0.781vw;
}

.flex-bmfw li:nth-child(8) a {
  background: url(../imgs/jw9.png) no-repeat center;
  background-position-y: 0.781vw;
}

.flex-bmfw li:hover:nth-child(8) a {
  background: url(../imgs/jw9s.png) no-repeat center;
  background-position-y: 0.781vw;
}

.index-bottom-l {
  /* float: left; */
  /* width: 76%; */
}

.index-bottom-r {
  float: right;
  width: 24%;
}

.index-bottom-l-flex {
  display: flex;
  flex-wrap: wrap;
}

.index-bottom-l-flex .li {
  width: 49.5%;
  margin-right: 1%;
}

.index-bottom-l-flex .li:nth-child(2n) {
  margin-right: 0;
}

.two-tabs .layui-tab-title li {
  padding: 0;
  width: auto;
  height: 3.177vw;
  line-height: 3.177vw;

  font-family: SourceHanSansCN-Bold;
  font-size: 1.354vw;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0.052vw;
  color: #ffffff;
  text-shadow: 0.052vw 0.104vw 0vw rgba(140, 25, 25, 0.84);

  padding-left: 2.604vw;
}

.two-tabs .layui-tab-title .layui-this {
  color: #fff;
  /* background: #275287; */
}

.two-tabs .layui-tab-title .layui-this:after {
  width: 100%;
  height: 3.177vw;
  border: 0;
}

.two-tabs .layui-tab-title {
  position: relative;
  left: 0;
  height: 3.177vw;
  border-bottom: none;
  background: url(../imgs/1/5.png) no-repeat left center;
  background-size: auto 100%;
}

.two-tabs1 .layui-tab-title li,
.two-tabs1 .layui-tab-title .layui-this:after,
.two-tabs1 .layui-tab-title {
  height: 2.656vw;
  line-height: 2.656vw;
}

.two-tabs1 .layui-tab-title li {
  width: 100%;
  margin-left: 1.354vw;
  padding-left: 1.25vw;
  text-align: left;
}

.two-tabs1 .layui-tab-title li::after {
  background-image: linear-gradient(90deg, #4698ff 0%, #ffffff 100%);
  z-index: -1;
}

.two-tabs1 .layui-tab-title img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.two-tabs1 .layui-tab-title {
  padding-top: 0.833vw;
  box-sizing: content-box;
  background: url(../imgs/1/6.png) no-repeat left center;
  background-size: auto 100%;
}

.two-tabs .layui-tab-bar {
  display: none;
}

.two-tabs .layui-tab-content {
  padding: 0;
}

.two-tabs .more {
  position: absolute;
  right: 1.354vw;
  top: -2.604vw;

  font-family: SourceHanSansCN-Regular;
  font-size: 0.833vw;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0vw;
  color: #8c0101;
}

.two-tabs .index_list {
  color: #333;
  margin-top: 0.521vw;
  margin-left: 0.26vw;
  margin-right: 0.521vw;
  padding-left: 0.521vw;
  background: #ffffff;
  /* box-shadow: #f3f3f3 0vw 0vw 0.781vw; */
  border: solid 0.052vw #d1d9ed;
}

.two-tabs1 .index_list {
  padding-bottom: 0.521vw;
}

.two-tabs1 .index_list .tit {
  font-family: SourceHanSansCN-Regular;
  font-size: 0.833vw;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0vw;
  color: #000000;

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.two-tabs1 .index_list .desc {
  font-family: SourceHanSansCN-Regular;
  font-size: 0.729vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.938vw;
  letter-spacing: 0vw;
  /* color: #333; */

  white-space: normal;
  height: 4em;
  line-height: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 0.521vw;
}

.two-tabs1 .index_list .desc:hover {
  /* color: inherit; */
}

.two-tabs .index_list li a {
  width: 96%;
}

.two-tabs .index_list li span {
  color: #999;
  float: right;
  font-size: 0.729vw;
  padding: 0;
}

.two-tabs .index_list li:before {
  content: "";
  width: 0.365vw;
  height: 0.365vw;
  float: left;
  border-radius: 50%;
  background: #c6dff5;
  margin-right: 0.365vw;
  margin-top: 0.469vw;
}

.flex-tpxw {
  display: flex;
  background: #ffffff;
  box-shadow: #f3f3f3 0vw 0vw 0.781vw;
  margin-right: 1%;
}

.flex-tpxw li {
  margin: 0.781vw 0.5% 0 0.5%;
  width: 24.5%;
}

.flex-tpxw li img {
  width: 100%;
  height: 5.208vw;
}

.flex-tpxw li div {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  margin-top: 0.26vw;
  font-size: 0.729vw;
}

.flex-tpxw li a {
  color: #333;
}

.flex-tpxw li a:hover {
  color: #1a87f3 !important;
}

.flex-tpxw {
  display: flex;
  background: #ffffff;
  box-shadow: #f3f3f3 0vw 0vw 0.781vw;
  margin-right: 1%;
}

.index-bottom-r-top {
  background: #ffffff;
  box-shadow: #f3f3f3 0vw 0vw 0.781vw;
  margin: 0.521vw 0;
}

.index-bottom-r-bottom {
  background: #ffffff;
  box-shadow: #f3f3f3 0vw 0vw 0.781vw;
  height: 16.979vw;
}

.index-bottom-r-title {
  height: 1.823vw;
}

.index-bottom-r-title div {
  background: url(../imgs/18.png);
  width: 5.729vw;
  height: 1.823vw;
  line-height: 1.823vw;
  font-weight: bold;
  color: #fff;
  font-size: 0.833vw;
  text-align: center;
  float: left;
}

.index-bottom-r-title a {
  font-weight: normal;
  color: #275287;
  float: right;
  margin: 0.521vw 0.521vw 0 0;
  font-size: 0.729vw;
}

.cyxt-flex {
  display: flex;
  flex-wrap: wrap;
  padding: 0.26vw 0;
}

.cyxt-flex li {
  width: 33.3%;
  text-align: center;
  margin: 0.104vw 0;
}

.cyxt-flex li img {
  margin: 0 auto;
}

.cyxt-flex li div {
  font-size: 0.729vw;
  color: #467ae0;
}

.zbap_list {
  color: #333;
  padding-top: 0.365vw;
}

.zbap_list li {
  padding: 0.156vw 0.521vw;
  font-size: 0.833vw;
}

.zbap_list li:before {
  content: "";
  width: 0.417vw;
  height: 0.417vw;
  float: left;
  background: #c6dff5;
  margin-right: 0.365vw;
  margin-top: 0.365vw;
}

.zbap_list li a {
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  color: #333;
  text-decoration: none;
}

.zbap_list li a:hover {
  color: #1a87f3;
}

.ckxq {
  position: absolute;
  right: -20.833vw;
  top: 13.021vw;
  width: 20.313vw;
  background: #ffffff;
  box-shadow: #dedede 0vw 0vw 1.042vw;
  padding: 0.781vw;
}

.ckxq img {
  width: 100%;
  height: 9.896vw;
}

.ckxq div {
  text-align: right;
  color: #68bffe;
  font-size: 0.729vw;
  margin-bottom: 0.26vw;
}

.ckxq div a {
  color: #68bffe;
}

/*底部*/
.footer-top {
  text-align: center;
  color: #b9b9b9;
  background: url(../imgs/3.png);
  width: 100%;
  height: 11.458vw;
}

.footer-top-l {
  line-height: 11.458vw;
  float: left;
  color: #fff;
  font-weight: bold;
  font-size: 1.563vw;
  letter-spacing: 0.104vw;
  width: 30.5%;
}

.index-slser-flex {
  display: flex;
  flex-wrap: wrap;
  /* padding: 1.823vw 4.271vw; */
}

.index_slser {
  flex: 1;
  margin: 0.521vw 0.573vw;
  /* width: 15.833vw; */
  height: 1.615vw;
  float: left;
  position: relative;
  background: #a6ceff;
  /* border: 0.104vw solid #3b7ccd; */
  /* border-radius: 0.26vw; */
  padding: 0 0.625vw;
}

.index_slser text {
  width: 14.063vw;
  height: 100%;
  position: relative;
  margin: 0 !important;
}

.index_slser text i {
  width: 0.938vw;
  height: 0.938vw;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../imgs/1/sels1.png) no-repeat center;
  background-size: 100% auto;
  transition: 0.5s;
}

.index_slser text i.up {
  transform: translateY(-50%) rotate(180deg);
}

.inputselser {
  width: 100%;
  height: 100%;
  line-height: 1.615vw;
  color: #333;
  font-size: 0.833vw;
  text-align: left;
  cursor: pointer;
  background: none;
  outline: 0;
  padding-right: 0.781vw;
}

.selsubdlser {
  width: 100%;
  background: #f3f5f9;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 99;
  display: none;
}

.selsubdlser dt {
  color: #333;
  cursor: pointer;
  transition: 0.2s;
  height: 2.083vw;
  line-height: 2.083vw;
  font-size: 0.938vw;
  text-align: center;
  font-weight: normal;
  padding: 0 0.625vw;
}

.selsubdlser dt a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.selsubdlser dt:hover,
.selsubdlser dt.active {
  background: #3466a5;
  color: #f3f5f9;
}

.footer {
  padding: 1.042vw 0;
  text-align: center;
  color: #b9b9b9;
  background: #125eb2;
}

.footcopy {
  display: flex;
  overflow: hidden;
}

.footcopy p {
  line-height: 1.458vw;
  font-size: 0.729vw;
}

.cat_item,
.cat_c {
  display: block;
  color: #fff !important;
}

.cat_item {
  flex-shrink: 0;
  margin: 0.521vw;
}

.cat_c {
  margin: 0.521vw 0;
}

.cat_c a {
  display: inline;
  color: inherit !important;
}

.cat_cof {
  text-align: left;
  flex-shrink: 1;
  flex-grow: 1;
  overflow: hidden;
  margin-left: 3.125vw;
}

.cat_tit {
  font-size: 0.833vw;
  font-weight: bold;
}

.footcopy-l {
  height: 3.854vw;
  line-height: 3.854vw;
  float: left;
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-size: 1.563vw;
  letter-spacing: 0.104vw;
  margin: 0.26vw 0vw 0.26vw 1.563vw;
  border-right: 0.052vw solid #787878;
  width: 28%;
}

.footcopy-l img {
  float: left;
  width: 3.125vw;
  height: 3.125vw;
  margin: 0.625vw 0.781vw;
}

.return_top {
  width: 2.083vw;
  height: 2.083vw;
  position: fixed;
  right: 0;
  bottom: 0;
  background: url(../imgs/return_top.png) no-repeat;
  display: none;
  cursor: pointer;
}

/* 微信公众号 */
.wxqr {
  border-radius: 0.521vw;
  background: #e7eef8;
  text-align: center;
  width: 10em;
  overflow: hidden;
  position: fixed;
  right: 8.333vw;
  bottom: 1.25vw;
}

.wxqr_tit {
  background: #124e8d;
  color: #fff;
}

.wxqr img {
  width: 8em;
  height: 8em;
  padding-top: 0.417vw;
}

.wxqr div {
  line-height: 1.563vw;
}
